projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28703c1
)
(RE_TRANSLATE_P): Define.
author
Andreas Schwab
<schwab@suse.de>
Wed, 15 Apr 1998 10:35:44 +0000
(10:35 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 15 Apr 1998 10:35:44 +0000
(10:35 +0000)
src/config.in
patch
|
blob
|
history
diff --git
a/src/config.in
b/src/config.in
index 5a308795567ae12ab3a6f5416759b7dc428d6828..f30156222da76a1b12350a5360255028bed4fa3d 100644
(file)
--- a/
src/config.in
+++ b/
src/config.in
@@
-356,6
+356,7
@@
Boston, MA 02111-1307, USA. */
/* Tell regex.c to use a type compatible with Emacs. */
#define RE_TRANSLATE_TYPE Lisp_Object
#define RE_TRANSLATE(TBL, C) char_table_translate (TBL, C)
+#define RE_TRANSLATE_P(TBL) (XFASTINT (TBL) != 0)
#endif
/* Avoid link-time collision with system mktime if we will use our own. */